Can only use .dt accessor with datetimelike values

39

Can only use .dt accessor with datetimelike values -

df['Date'] = pd.to_datetime(df['Date'], errors='coerce')

Comments

Submit
0 Comments